DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1HierarchicalDataCollection<T> Class / Item Property
The index.

In This Topic
    Item Property (C1HierarchicalDataCollection<T>)
    In This Topic
    Gets the item at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    public T this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index.
    See Also